home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Developer & Web Development Tools
/
Twistpad 1.64
/
Setup.exe
/
Twistpad.exe
/
0
/
RCDATA
/
TFRMADDCOMMAND
/
TFRMADDCOMMAND.txt
Wrap
Text File
|
2008-08-19
|
2KB
|
83 lines
object FrmAddCommand: TFrmAddCommand
Left = 262
Top = 267
BorderStyle = bsDialog
Caption = 'Add Command'
ClientHeight = 246
ClientWidth = 434
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 9
Top = 6
Width = 197
Height = 13
Caption = 'Choose the command to add and click OK'
end
object Label2: TLabel
Left = 8
Top = 27
Width = 56
Height = 13
Caption = 'Categories:'
end
object Label3: TLabel
Left = 200
Top = 27
Width = 56
Height = 13
Caption = 'Commands:'
end
object LstCats: TListBox
Left = 8
Top = 43
Width = 185
Height = 166
ItemHeight = 13
TabOrder = 0
OnClick = LstCatsClick
end
object Button1: TButton
Left = 281
Top = 216
Width = 70
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 357
Top = 216
Width = 70
Height = 23
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object LstCommands: TCSListBox
Left = 201
Top = 43
Width = 224
Height = 166
Style = lbOwnerDrawFixed
ItemHeight = 20
TabOrder = 3
OnDblClick = LstCommandsDblClick
OnDrawItem = LstCommandsDrawItem
end
end